-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[19.0][MIG] base_view_inheritance_extension: Migration to 19.0 #3382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[19.0][MIG] base_view_inheritance_extension: Migration to 19.0 #3382
Conversation
6a88440 to
278dae3
Compare
Reyes4711-S73
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
eugenios73
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGFM
|
Hello @bizzappdev I've a traceback on one of another migrations related to this module. Maybe just a check if a |
|
@bizzappdev what does the "-BAD" suffix mean in your branch name ?? |
| "summary": "Adds more operators for view inheritance", | ||
| "website": "https://github.com/OCA/server-tools", | ||
| "depends": ["base"], | ||
| "external_dependencies": {"python": ["astor"]}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
astor is not used in the code, so it can be removed
Trivial changes: * Version in README changed * Version in manifest changed OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
…extension. (OCA#804) * Add list_add operation. * Add list_remove operation. OCA Transbot updated translations from Transifex
expression not match the node any more. Fixes OCA#885
* warning about dynamic context * import for safe_eval
Use https in URL to licence
remove loggin
[MIG] base_view_inheritance_extension: Migration to 18.0 Co-authored-by: Lukas Tran <[email protected]>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-18.0/server-tools-18.0-base_view_inheritance_extension Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-base_view_inheritance_extension/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-18.0/server-tools-18.0-base_view_inheritance_extension Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-base_view_inheritance_extension/
…hile using ast.Str.
Currently translated at 100.0% (4 of 4 strings) Translation: server-tools-18.0/server-tools-18.0-base_view_inheritance_extension Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-base_view_inheritance_extension/nl/
Drops ``astor``: unused external dependency
278dae3 to
955672f
Compare
AaronHForgeFlow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works, so only pending to attend current open comments.
|
This PR has the |
|
@bizzappdev did you address the error 'AttributeError: 'NoneType' object has no attribute 'get'' mentioned in #3382 (comment) already? |
We've fixed the issue happening on another PR inheriting from |
|
/ocabot migration base_view_inheritance_extension |
StefanRijnhart
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yankinmax Oh, thanks for the followup. In that case there is likely no issue in this module. Merging as all comments are covered now.
/ocabot merge nobump
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 5a02ef0. Thanks a lot for contributing to OCA. ❤️ |
No description provided.